home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 2
/
Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso
/
Aminet
/
gfx
/
misc
/
graphtal1293.lha
/
Graphtal.Amiga
/
IMPORTANT.README.AMIGA
< prev
next >
Wrap
Text File
|
1993-12-13
|
399b
|
28 lines
I M P O R T A N T N O T E
===========================
If you want to compile graphtal on the amiga with gcc-233
replace the following lines in /os-includes/devices/timer.h
struct timeval {
ULONG tv_secs;
ULONG tv_micro;
};
with
#ifndef _SYS_TIME_H_
struct timeval {
ULONG tv_secs;
ULONG tv_micro;
};
#endif
to avoid a redefinition of timeval !